| 1. | Simple cast expressions work in the debugger 简单强制转换表达式在调试器中有效: |
| 2. | Generates code for the specified cast expression 为指定的转换表达式生成代码。 |
| 3. | A cast expression can lead to ambiguous syntax 强制转换表达式可能导致不明确的语法。 |
| 4. | Explicit pointer conversion is used to perform conversions , for which there is no implicit conversion , by using a cast expression 显式指针转换用于在不存在隐式转换时通过使用强制转换表达式来执行转换。 |
| 5. | The as operator cannot perform other conversions , such as user - defined conversions , which should instead be performed using cast expressions 运算符无法执行其他转换,如用户定义的转换,这类转换应使用cast表达式来执行。 |
| 6. | Explicit numeric conversion is used to convert any numeric type to any other numeric type , for which there is no implicit conversion , by using a cast expression 显式数值转换用于通过显式转换表达式,将任何数字类型转换为任何其他数字类型。对于它不存在隐式转换。 |
| 7. | For example , the expression y could either be interpreted as a cast expression a cast of y to type x or as an additive expression combined with a parenthesized expression , which computes the value x y 例如,表达式( x ) y既可以解释为强制转换表达式(从类型y到类型x的强制转换) ,也可以解释为结合了带括号的表达式的相加表达式(计算xy的值) 。 |